home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Amiga Format CD 43
/
Amiga Format CD43 (1999)(Future Publishing)(GB)(Track 1 of 2)[!][issue 1999-09].iso
/
-serious-
/
programming
/
c
/
pmm
/
developer
/
include
/
gateway.h
< prev
next >
Wrap
C/C++ Source or Header
|
1999-06-14
|
314b
|
18 lines
/*
** include file for gateway.library
**
** (C) Copyright 1998,1999 Michaela Prüß
** All Rights Reserved.
*/
#ifndef GATEWAY_GATEWAY_H
#define GATEWAY_GATEWAY_H
#include <exec/types.h>
#include <string.h>
#include <stdio.h>
#include <ctype.h>
#include <libdefs.h>
#endif /* GATEWAY_GATEWAY_H */